home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 September / CHIP Eylül 1998.iso / Slackwar / contents / scripts / fileutls < prev    next >
Text File  |  1997-06-06  |  267b  |  12 lines

  1. ( cd usr/bin ; rm -rf install )
  2. ( cd usr/bin ; ln -sf ginstall install )
  3. if [ -x /bin/dircolors ]; then
  4.   if [ "$SHELL" = "/bin/zsh" ]; then
  5.     eval `dircolors -z`
  6.   elif [ "$SHELL" = "/bin/ash" ]; then
  7.     eval `dircolors -s`
  8.   else
  9.     eval `dircolors -b`
  10.   fi
  11. fi
  12.